home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_f.dir / 00297_to L1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  359 b   |  17 lines

  1. on exitFrame
  2.   global gqzlist, gqzheart, gqzfmaplist
  3.   if getaProp(gqzlist, #dfqzl) = 1 then
  4.     setaProp(gqzfmaplist, #l, 1)
  5.     puppetTransition(26, 1, 40, 1)
  6.     go("L1")
  7.   else
  8.     if gqzheart >= 1 then
  9.       puppetTransition(26, 1, 40, 1)
  10.       go("QUIZ-L-B")
  11.     else
  12.       puppetTransition(26, 1, 40, 1)
  13.       go("QUIZ-L-Bemp")
  14.     end if
  15.   end if
  16. end
  17.